ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / SingleOverlayIndicatorBase<T> Class
Members

In This Topic
    SingleOverlayIndicatorBase<T> Class
    In This Topic
    Base class for overlay and indicator series that render a single series.
    Object Model
    SingleOverlayIndicatorBase<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class SingleOverlayIndicatorBase(Of T) 
       Inherits C1.Web.Mvc.ExtraSeries(Of T)
    public abstract class SingleOverlayIndicatorBase<T> : C1.Web.Mvc.ExtraSeries<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.ATR<T>
                C1.Web.Mvc.Finance.CCI<T>
                C1.Web.Mvc.Finance.RSI<T>
                C1.Web.Mvc.Finance.WilliamsR<T>

    See Also